Example Code for Chapter 5 of CGI How To

How-To 5-1 Parse HTML into Tags and Body text

Perl:

C:
How-To 5-2 Set the action or request method for a form

Perl:

C:
How-To 5-3 Find input items and determine their type

Perl:

C:
How-To 5-4 Change the value or size of a text/hidden/password input item

Perl:

C:
How-To 5-5 Manage the state of a checkbox

Perl:

C:
How-To 5-6 Manage the state for a set of radio buttons

Perl:

C:
How-To 5-7 Maintain a consistent name for submit buttons

Perl:

C:
How-To 5-8 Change the value or size of a text area

Perl:

C:
How-To 5-9 Manage the options in a selection list

Perl:

C: